WinUI | ComponentOne
C1.WinUI.Core Assembly / C1.WinUI.Core Namespace / PropertyChangedEventArgs<T> Class / OldValue Property
In This Topic
    OldValue Property (PropertyChangedEventArgs<T>)
    In This Topic
    The value of the property before the change.
    Syntax
    public T OldValue {get; set;}
    See Also